-
Notifications
You must be signed in to change notification settings - Fork 96
order support #1813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
order support #1813
Conversation
...-reactive-core/src/main/java/org/hibernate/reactive/query/sqm/ReactiveSqmSelectionQuery.java
Fixed
Show fixed
Hide fixed
...-reactive-core/src/main/java/org/hibernate/reactive/query/sqm/ReactiveSqmSelectionQuery.java
Fixed
Show fixed
Hide fixed
9d1d8de
to
3a00e10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine overall.
Maybe I've missed it, but I don't think there's a test for setOrder(List<Order>)
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderTest.java
Outdated
Show resolved
Hide resolved
I'll have an update in the morning to the test. Took your suggestions and it's looking cleaner and added a couple of tests, including the List<> case. |
3a00e10
to
8dab4d2
Compare
8dab4d2
to
d856b91
Compare
Looks good. |
Superseded by #1815 |
Yep... I could have taking one more crack at simplifying the logic and reformatting. thx |
fixes #1735
setOrder(...)